home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / ffxv21.zip / FFX.DOC next >
Text File  |  1992-01-27  |  6KB  |  136 lines

  1. ┌───────────────────────────────────────────────────────────────────────────┐
  2. │This program is submitted as freeware by Ken Koch                          │
  3. │                                                                           │
  4. │        DISCLAIMER OF WARRANTIES AND LIMITATION OF LIABILITIES             │
  5. │        ------------------------------------------------------             │
  6. │        The author has taken due care in writing this program,             │
  7. │        and the program is supplied as is.  The author makes               │
  8. │        no expressed or implied warranty of any kind with regard           │
  9. │        to this program.  In no event shall the author be liable           │
  10. │        for incidental or consequential damages in connection              │
  11. │        with or arising out of the use of this program.                    │
  12. │                                                                           │
  13. ├───────────────────────────────────────────────────────────────────────────┤
  14. │This program is NOT public domain.                                         │
  15. │                                                                           │
  16. │It may be distributed and used free of charge by anyone,provided:          │
  17. │                                                                           │
  18. │        1.      No charge is made for this program other than a            │
  19. │                minimal charge for the blank disk, postage, etc...         │
  20. │                                                                           │
  21. │        2.      Both the software FFX.EXE and this short                   │
  22. │                documentation file FFX.DOC are distributed                 │
  23. │                together and un-altered.                                   │
  24. │                                                                           │
  25. │        3.      This software is not distributed in a manner to            │
  26. │                provide "added value" to a commercial product              │
  27. │                which is being sold for profit.                            │
  28. └───────────────────────────────────────────────────────────────────────────┘
  29.  
  30.                                   FFX
  31.                                  v 2.1
  32.                            File Find eXpander
  33.                               by Ken Koch
  34.                          (c) 1990, 1991, 1992
  35.  
  36.  
  37. Usage:
  38. ======
  39.         FFX [d:]<pattern> or <filename> [switches]
  40.  
  41.         Optional Switches:
  42.                 /C.....Current directory only.
  43.                 /A.....All Hard drive search.
  44.                 /F.....Force Mono mode.
  45.  
  46.  
  47. Overview:
  48. =========
  49.         FFX is a simple File Find utility that goes one step further
  50.         than Norton's FileFind (FF or FL) utility.
  51.  
  52.         You can search by filename as with FF or use a search pattern
  53.         to find a file. The search pattern can be any character or
  54.         a string of characters up to a maximum of 12 characters.
  55.  
  56.         The best way to use this utility is to give it a string pattern
  57.         as you will find the most this way. When the program is first
  58.         run it searches your current drive or if you specified a drive
  59.         in your string, it will search that one, for all subdirectories
  60.         on the drive. It then searches each subdirectory till it finds
  61.         any filenames with either the string pattern or if you specified
  62.         a filename, it will find that filename. This program does what
  63.         you can do for yourself, it just does it more simply.
  64.  
  65. Switches:
  66. ---------
  67.         /C.....If you specify this switch, it will only search your
  68.                current directory.
  69.  
  70.         /A.....With this switch, it will search all Drives & all
  71.                directories on those drives for the pattern.
  72.  
  73.         /F.....Will force mono mode, for those people who have Tandy
  74.                computers, or Composite Monochrome displays.
  75.  
  76.         When the program find all the files, it will then display the
  77.         list. If you want to go to a directory, just cursor down to
  78.         it, or to a filename below the directory name, and press ENTER.
  79.  
  80.         If you wish to stay in the current directory, press ESC.
  81.  
  82.  
  83. Technical
  84. ---------
  85.  
  86.         In essence you can do what FFX does yourself with a few DIR
  87.         statements in DOS. To find all filenames with the word "THE"
  88.         in them, you could do the following.
  89.  
  90.                 i.e.    DIR THE?????.???
  91.                         DIR ?THE????.???
  92.                         DIR ??THE???.???
  93.                         DIR ???THE??.???
  94.                         DIR ????THE?.???
  95.                         DIR ?????THE.???
  96.                         DIR ??????TH.E??
  97.                         DIR ???????T.HE?
  98.                         DIR ????????.THE
  99.  
  100.         But what FFX offers is a more practical, and less keystroke
  101.         method of locating files. And remember, if you do it this
  102.         way, you must do it for each subdirectory, which you must
  103.         either know firsthand or go to each subdirectory & redo the
  104.         lines above.
  105.  
  106. =============================================================================
  107. Version Info:
  108. -------------
  109.         1.0     First Release.
  110.  
  111.         1.5     Added Multi-Drive capibility.
  112.                 Added Current directory capability
  113.  
  114.         1.6     Fixed Current directory finding.
  115.                 Added Forced Mono mode, for Composite Systems
  116.  
  117.         1.9     First attempt at a Norton-like display.
  118.  
  119.         2.0     Improved Norton-like display.
  120.                 Improved Listing of files.
  121.  
  122.         2.1     Fixed bug when too many (more than 800) files are
  123.                 found. Would crash system.
  124.                 Fixed Ending (Credits) Screen, for Color Displays,
  125.                 would not display dark colors for VGA Mono screens.
  126.  
  127. =============================================================================
  128. If you find any bugs, or would like to comment on this program send them to:
  129.  
  130.         Ken Koch
  131.         507 Whitten St.
  132.         Ingleside, IL.
  133.                    60041
  134.  
  135.  
  136.